go/types.Checker.collectTypeParams (method)

4 uses

	go/types (current package)
		decl.go#L593: 				check.collectTypeParams(&alias.tparams, tdecl.TypeParams)
		decl.go#L631: 		check.collectTypeParams(&named.tparams, tdecl.TypeParams)
		decl.go#L656: func (check *Checker) collectTypeParams(dst **TypeParamList, list *ast.FieldList) {
		signature.go#L137: 		check.collectTypeParams(&sig.tparams, ftyp.TypeParams)